projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dc3cee
)
Add bugs/todo entry.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 10 Jan 2006 19:16:02 +0000
(19:16 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 10 Jan 2006 19:16:02 +0000
(19:16 +0000)
lisp/progmodes/flymake.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/flymake.el
b/lisp/progmodes/flymake.el
index cfb7856575b4c53e9402104a8687e5f3623659d0..9a6024c8e8ba0e62b8c5899db85aca5d057268b0 100644
(file)
--- a/
lisp/progmodes/flymake.el
+++ b/
lisp/progmodes/flymake.el
@@
-30,6
+30,11
@@
;; checks using the external syntax check tool (for C/C++ this
;; is usually the compiler)
+;;; Bugs/todo:
+
+;; - Only uses "Makefile", not "makefile" or "GNUmakefile"
+;; (from http://bugs.debian.org/337339).
+
;;; Code:
(eval-when-compile (require 'cl))